home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / dbase / do1beta.zip / HLIST.DO < prev    next >
Text File  |  1991-07-16  |  133b  |  8 lines

  1. /*
  2.     list the topics in the help database
  3. */
  4. db = new(Dbffile,"help");
  5. top(db);
  6. ? asCollection(db,#trim(topic));
  7. release(#db);
  8.